home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-07-15 | 1.0 KB | 46 lines | [TEXT/MPS ] |
- //=======================================================================================
- //
- // Std.h - standard Macintosh includes for SHDemo
- //
- // Written by Bryan K. Ressler (Beaker), 2/4/92
- //
- // Version 1.00, 2/4/92 Original version
- // 1.10, 4/11/92 Integrate final Sound Helper, clean up
- //
- //=======================================================================================
-
- #if defined(MAKEDUMP) || defined(SLOWBUILD)
-
- #include <Errors.h> // All the Macintosh includes we need (and then some)
- #include <Memory.h>
- #include <OSUtils.h>
- #include <QuickDraw.h>
- #include <Fonts.h>
- #include <Windows.h>
- #include <Packages.h>
- #include <Desk.h>
- #include <Printing.h>
- #include <FixMath.h>
- #include <Resources.h>
- #include <StdLib.h>
- #include <String.h>
- #include <Sound.h>
- #include <SoundInput.h>
- #include <Strings.h>
- #include <ToolUtils.h>
- #include <Types.h>
- #include <GestaltEqu.h>
-
- #include <stdarg.h>
- #include <stdio.h>
-
- #if defined(MAKEDUMP)
- #pragma dump "Std.precomp"
- #endif
-
- #else
-
- #pragma load "Std.precomp"
-
- #endif
-